home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / WIN_VID / WINBM20.ZIP;1 / README.DOC < prev    next >
Encoding:
Text File  |  1993-04-19  |  2.4 KB  |  80 lines

  1. This program is a simple viewer for Windows Bitmap, Windows Icon,
  2. Z-Soft PCX, and CompueServe GIF images.  The color table for the
  3. bitmaps can be edited, and the images can also be printed.  The source
  4. code is provided to show how all of this has been done.  The code also
  5. shows how to modify the Windows 3.1 Common Dialogs look, and extending
  6. them with additional functionality.  To run this program, you also need
  7. the Windows 3.1 COMMDLG.DLL and Borland's BWCC.DLL (part of Borland
  8. C++, Turbo Pascal for Windows, and other Borland products like Paradox
  9. for Windows).
  10.  
  11. If you have any questions on this code, suggestions for improvement, or
  12. just to tell me you found it useful, you can contact me through my
  13. CompuServe account number 70253,3461.
  14.  
  15. For further image processing information, I would suggest checking out
  16. Martin Heller's Advanced Windows Programming book, which provided the
  17. basis for my PCX and GIF file loading code.
  18.  
  19. As a final note, I have tried to make this code as problem free as
  20. possible, but I make no guaranttees.  Use at your own risk.
  21.  
  22. Larry Widing
  23.  
  24. Files in this Archive
  25. =====================
  26. readme.doc    This file
  27. bitmaps.exe    Executable version of image viewer
  28. bwcc.dll    Borland Custom Control DLL
  29.  
  30. Source Files
  31. ------------
  32. bitmaps.mak    Makefile for image viewer (Borland C++ Version 3.1)
  33. bitmaps.c    Main source module
  34. bitmaps.h
  35. bmfile.c    Bitmap file reading/writing routines
  36. bmfile.h
  37. bminfo.c    Bitmap information display routines
  38. bminfo.h
  39. bmmanip.c    Bitmap manipulation routines
  40. bmmanip.h
  41. colors.c    Color table editing functions
  42. colors.h
  43. gif.c        CompuServe GIF image reading rountines
  44. gif.h
  45. icnfile.c    Windows Icon reading routines
  46. icnfile.h
  47. openfile.c    Common Dialog Open File and Save File hooks
  48. openfile.h
  49. pcx.c        Z-Soft PCX file reading routines
  50. pcx.h
  51. print.c        Simple image printing functions
  52. print.h
  53. bitmaps.def    Image viewer DEF file
  54. bitmaps.rc    Image viewer resource file
  55. about.dlg    About box dialog template
  56. colors.dlg    Color table editing dialog template
  57. fileopen.dlg    File Open dialog template
  58. prsetup.dlg    Printer Setup dialog template
  59. graying.bmp    dithered bitmap for dialog pattern brush
  60. help.bmp    Help push button images
  61. helpdown.bmp
  62. helpfocu.bmp
  63. option.bmp    Option push button images
  64. optiondo.bmp
  65. optionfo.bmp
  66. setup.bmp    Setup push button images
  67. setupdow.bmp
  68. setupfoc.bmp
  69. bitmaps.ico    Image viewer icon
  70.  
  71. Test Images
  72. -----------
  73. os2.bmp
  74. rle4.bmp
  75. 100.pcx
  76. 100x100.pcx
  77. test.pcx
  78. test1.pcx
  79. test2.pcx
  80.